Providers/Perplexity Ai



Perplexity.ai is another hosted service that offers an openai-compatible api and various models.  You can use it with settings like this:

ai:
  textModels:
    - name: sonar-medium-online
      modelName: sonar-medium-online
      provider: openai
      baseUrl: https://api.perplexity.ai


OPENAI_API_KEY also needs to be set in SECRETS to an API key generated from their web console.